home *** CD-ROM | disk | FTP | other *** search
- /*---------------------------------------------------------------------------*/
- /* */
- /* hctTerm - This REXX Macro is called when the report is finished and there*/
- /* is nothing else left to do. The output file is closed after */
- /* this Macro Call */
- /* */
- /* Valid Variables are: */
- /* hcReportName hcReportDescription hcServerURL */
- /* hcServerRoot hcDocumentRoot hcTopHTML */
- /* */
- /* */
- /*---------------------------------------------------------------------------*/
-
-
- Call RxhcLineOut '---------Term----------'
- Call RxhcLineOut 'hcReportName=' hcReportName
- Call RxhcLineOut 'hcReportDescription=' hcReportDescription
- Call RxhcLineOut 'hcServerURL=' hcServerURL
- Call RxhcLineOut 'hcServerRoot=' hcServerRoot
- Call RxhcLineOut 'hcDocumentRoot=' hcDocumentRoot
- Call RxhcLineOut 'hcTopHTML=' hcTopHTML
-
- RETURN